home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / C64 / S-Sound and Music / (c)sj.d64 / print notes (.txt) < prev    next >
Commodore BASIC  |  2007-02-04  |  90b  |  6 lines

  1. 10 OPEN1,4,7
  2. 20 OPEN2,8,8,"LINER NOTES"
  3. 30 GET#2,A$:SS=ST:PRINT#1,A$;:IFSS=0THEN30
  4. 40 PRINT#1:CLOSE1
  5. 50 CLOSE2
  6.